home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Electronic Messages / Delphi Digests / Delphi Vol. 2 / Delphi 2.27 < prev    next >
Encoding:
Text File  |  1986-07-17  |  26.5 KB  |  727 lines  |  [TEXT/ttxt]

  1. del
  2.  Message 1375914 has been deleted.
  3.  
  4.  Message: 1376212, 697 lines
  5.  Posted: 10:36am EDT, Sun Jul 6/86, imported: 1:37pm EDT, Sun Jul 6/86
  6.  Subject: Delphi Mac Digest V2 #27
  7.  To: Peter_Johnston@UQV-MTS, MacTechnics User Group, John Dorsey, Gavin
  8.      Eadie, Alex_Ranous@UB-MTS, Abraham Vanderspek
  9.  From: SHULMAN@RED.RUTGERS.EDU
  10.  
  11.  Delphi Mac Digest          Sunday, 6 July 1986      Volume 2 : Issue 27
  12.  
  13.  Today's Topics:
  14.       RE: Usenet Mac Digest V2 #48 (Re: Msg 9523)
  15.       RE: MacDraw Font Sizes! (Re: Msg 9608)
  16.       RE: Wierd Scenes Inside the Desktop (Re: Msg 9663)
  17.       smalltalk
  18.       Arghh! (screen dumps)
  19.       CatMove
  20.       RE: CatMove (Re: Msg 248)
  21.       Fedit Plus
  22.       RE: Fedit Plus (Re: Msg 9724)
  23.       RE: Fedit Plus (Re: Msg 9724)
  24.       HFS Backup and other goodies
  25.       RE: Usenet Mac Digest V2 #52 (Re: Msg 9713)
  26.       RE: INFO-MAC Digest V4 #81 (Re: Msg 9742)
  27.       WARNING!!!
  28.       MAC SOFTWARE
  29.       RE: MAC SOFTWARE (Re: Msg 9770)
  30.       RE: MAC SOFTWARE (Re: Msg 9778)
  31.       RE: phonelink by borland -- any good?
  32.       RE: Phonelink
  33.       Astrology software
  34.       RE: Astrology software (Re: Msg 9785)
  35.       RE: waystation patch (Re: Msg 254)
  36.       Re: Your comment "whatever happened to MicroSoft Typographer"?
  37.       RE: need help for using Mac in analog data sampling
  38.       RE: apple talk/Phone Net. (Re: Msg 9809)
  39.       RE: Window Zooming and Red Ryder for 128k Macs
  40.       Microsoft FORTRAN workaround for Mac 512
  41.  -----------------------------------------------------------------------
  42.  
  43.  From: LOGICHACK (9653)
  44.  Subject: RE: Usenet Mac Digest V2 #48 (Re: Msg 9523)
  45.  Date: 29-JUN 21:01 Network Digests
  46.  
  47.  To mark a volume (really a drive) as unejectable, you must fill in the
  48.  flags in the start of a drive queue element.  There are 4 bytes of
  49.  flags just before the link field of a drive queue element.  Putting a
  50.  8 into the second byte will mark the drive as unejectable.  You can
  51.  try this yourself using a debugger to walk the drive queue and set the
  52.  byte manually. Note that the flags preceed the link field.
  53.  
  54.  Fun huh?
  55.  
  56.  Paul
  57.  
  58.  ------------------------------
  59.  
  60.  From: MACINTOUCH (9665)
  61.  Subject: RE: MacDraw Font Sizes! (Re: Msg 9608)
  62.  Date: 30-JUN 13:36 Business Mac
  63.  
  64.  Use 50% or other reduction and use bigger font sizes.  It's kludgy, but should
  65.  do what you need.
  66.  
  67.  Ric
  68.  
  69.  ------------------------------
  70.  
  71.  From: JIMH (9672)
  72.  Subject: RE: Wierd Scenes Inside the Desktop (Re: Msg 9663)
  73.  Date: 30-JUN 19:01 Business Mac
  74.  
  75.  Lofty, i found a bug in the new finder/system that only seems to occur on 512k
  76.  machines.  if you have an init resource higher than 31 (the init that reads in
  77.  other inits) it will not be loaded/run.  It works ok on a plus will not work
  78. -on
  79.  512k.  I hav e not had any crashes on 512 with new roms dual 800k and 1 meg +
  80.  tecmar.  jim
  81.  
  82.  ------------------------------
  83.  
  84.  From: OPPENHEIM (9685)
  85.  Subject: smalltalk
  86.  Date: 30-JUN 22:29 Programming
  87.  
  88.  'Quit' appears in the Special menu of the Finder in place of 'Shut
  89.  Down' after exiting Smalltalk because Switcher global $282 is left
  90.  altered. To repair this damage (on the Plus) break into the
  91.  mini-debugger with the interrupt button, and type:
  92.  >SM 282 FFFF
  93.  >G 40F6D8
  94.  The first command sets the long at $282 to -1 (Switcher not
  95.  active); The second returns control to the Finder (which will now
  96.  allow you to 'Shut Down' gracefully). Kind of obvious. . .
  97.  
  98.  ------------------------------
  99.  
  100.  From: MACINTOUCH (9712)
  101.  Subject: Arghh! (screen dumps)
  102.  Date: 1-JUL-18:16: Bugs & Features
  103.  
  104.  Has anyone else had trouble using the Camera DA under System 3.2?  I can no
  105.  longer get it to work, and Apple's own screen dump function still does not
  106. -pick
  107.  up menus.
  108.  
  109.  (I noticed that the cmd-shift-enter variation no longer works, though).
  110.  
  111.  Argh!
  112.  
  113.  Ric Ford
  114.  
  115.  ------------------------------
  116.  
  117.  From: ASMCOR (248)
  118.  Subject: CatMove
  119.  Date:  2-JUL-14:53: Programming Techniques
  120.  
  121.  Does anyone have any insight into the use of PBCatMove()? I consistently get a
  122.  "file not found" error -43. Replacing the PBCatMove with another call such as
  123.  PBOpenRF() works fine. All the fields seem to be set up correctly, according
  124. -to
  125.  IM, but something is obviously missing. Any hints/kinks would be much
  126.  appreciated.
  127.  --Jan
  128.  
  129.  ------------------------------
  130.  
  131.  From: MARSHG (252)
  132.  Subject: RE: CatMove (Re: Msg 248)
  133.  Date:  3-JUL-18:25: Programming Techniques
  134.  
  135.  PBCatMove is one of the few exceptions to the Poor Man's search path.
  136.  With almost every other FS call, the FS Manager will look first in the
  137.  current folder and then in the system folder. PBCatMove will ONLY look
  138.  in the folder you specify.
  139.  
  140.  If the file you're moving is really where you say it is, all should be ok.  Oh
  141.  yes, remember that you can't rename the file as you move it. Marsh
  142.  
  143.  ------------------------------
  144.  
  145.  From: DDUNHAM (9724)
  146.  Subject: Fedit Plus
  147.  Date: 2-JUL-03:41: Business Mac
  148.  
  149.  Forgot to mention this, yesterday I received, first class mail, a copy of...
  150.            Fedit Plus!
  151.  
  152.  ------------------------------
  153.  
  154.  From: MACINTOUCH (9730)
  155.  Subject: RE: Fedit Plus (Re: Msg 9724)
  156.  Date: 2-JUL-09:13: Business Mac
  157.  
  158.  Yay!  When did you register?  And does it have *full* HFS support?
  159.  
  160.  Ric
  161.  
  162.  ------------------------------
  163.  
  164.  From: PEABO (9736)
  165.  Subject: RE: Fedit Plus (Re: Msg 9724)
  166.  Date: 2-JUL-17:33: Business Mac
  167.  
  168.  So did I, and it crashes and burns miserably on my HD-20!!!  Mostly it
  169.  seems to get very confused reading the Extents file (however, the docs
  170.  that come with it are very interesting reading if you don't feel like
  171.  reading the HFS programmer's manual).
  172.  
  173.  peter
  174.  
  175.  ------------------------------
  176.  
  177.  From: RMORRIS (9733)
  178.  Subject: HFS Backup and other goodies
  179.  Date: 2-JUL-14:03: Bugs & Features
  180.  
  181.  PCPC may not claim to support "foreign" drives, but I see nowhere in
  182.  their User's Manual or in their ads that "foreign" drives are not
  183.  supported. It's not false advertising - maybe just false lack-of-
  184.  advertising. I am looking for a better product and may just order HARD
  185.  DISK BACKUP to try it. Does anyone have a comment? Meanwhile, I am
  186.  manually backing up each folder onto a separate 800K disk. Most of
  187.  them fit. Others take 2 or 3 disks. I can live with this hassle better
  188.  than a bombed hard disk with no backups! --- **ALSO IN THE NEWS
  189.  TONIGHT:** ICON REVIEW is selling the Paradise Mac 20 for $549. I
  190.  signed up to get a drive for my second Mac. --- **AND THIS STORY JUST
  191.  IN:** I complained bitterly about MacLightning being unable to remove
  192.  mis-spellings. Target Software says their v2.0 which DOES permit
  193.  dictionary revisions will be released "next week." --- Good night,
  194.  Chet. Good night, David.
  195.  
  196.  ------------------------------
  197.  
  198.  From: DDUNHAM (9749)
  199.  Subject: RE: Usenet Mac Digest V2 #52 (Re: Msg 9713)
  200.  Date: 2-JUL-21:54: Network Digests
  201.  
  202.  to:  naftoli@aecom.UUCP
  203.  I've written DiskInfo, Acta, and miniWRITER using Aztec C.  It now works
  204. -pretty
  205.  well with HFS, and the Unix-like shell can be very handy.
  206.  
  207.  to:  korn@pavepaws.berkeley.edu
  208.  I'd like to get in contact with Keith regarding my Acta outliner desk
  209.  accessory.  I saw a beta of MacAuthor, and it had some nice design
  210.  features.  The inability to input MacWrite was crippling -- that's one
  211.  of Acta's output formats, BTW.
  212.  
  213.  to: ephraim@wang.UUCP
  214.  I paid for my FEdit shareware long ago, 26 Jan 86.  On 30 Jun 86 I received
  215. -the
  216.  first mailing from Mitchell:  Fedit Plus.
  217.  
  218.  to: sakw@cvaxa.sussex.ac.uk
  219.  Microsoft Typographer was killed by Microsoft.  It is not even
  220.  vaporware. It is nothingware.  Their excuse was that it was too buggy.
  221.  Supposedly the people who were writing it were going to market it
  222.  themselves. Haven't heard anything in the months following.  Maybe it
  223.  _was_ too buggy.
  224.  
  225.  David Dunham             Delphi:  DDUNHAM Maitreya Design          MCI:
  226. -DDUNHAM
  227.  POB 1480                 CompuServe:  76074,762 Goleta, CA 93116  USA
  228.  
  229.  ------------------------------
  230.  
  231.  From: DDUNHAM (9764)
  232.  Subject: RE: INFO-MAC Digest V4 #81 (Re: Msg 9742)
  233.  Date: 3-JUL-05:45: Network Digests
  234.  
  235.  To: Werner Uhrig  <CMP.WERNER@R20.UTEXAS.EDU>
  236.  > They are ideally looking for an A/D converter that reads 12 bits on each
  237.  > of 4 channels in the 0-5 or 0-10 volt range with response times quicker
  238.  > than one reading on each channel every 5 minutes.  That should be easy.
  239.  
  240.   I assume they've seen the June BYTE article about MacADIOS (p. 175)?
  241.  20.833KHz sampling, 12 bit resolution.  Haven't seen the critter myself.
  242.  
  243.  ------------------------------
  244.  
  245.  From: SYNTHONY (9760)
  246.  Subject: WARNING!!!
  247.  Date: 3-JUL-01:49: Hardware & Peripherals
  248.  
  249.  WARNING!!!
  250.  
  251.  Be warned!  About a month ago I ordered a used Laserwriter+ thru an
  252.  advertisement on the Source brom BDS533.  The name on the ad was CAPCO
  253.  SYSTEMS, with a person named Joe Lauricella.  The price turned out to
  254.  be too good to be true (I should have known).  I fedex'ed 1/2 of the
  255.  funds, with shipment to be made within 3 days... I am still waiting,
  256.  and have called almost EVERY DAY, but he (they) refuse to return my
  257.  calls.  They are located in San Jose, Ca.  If anyone has any
  258.  additional information on CAPCO SYSTEMS, JOE L., or WILLOW GLENN TOWN
  259.  CHOIR, please let me know.  In any event, I obviously have been
  260.  burned, and would hate to see someone else suffer too.  (I want the
  261.  LW+, or my cash (and his @^%$).
  262.  
  263.  Bill SYNTHONY
  264.  
  265.  ------------------------------
  266.  
  267.  From: GASMAN2 (9769)
  268.  Subject: MAC SOFTWARE
  269.  Date: 3-JUL-11:26: SIG Business
  270.  
  271.  I am looking for a MAC software package that will handle medical
  272.  office billing.  If anone knows of such a program, I would be most
  273.  happy to hear about where to get information about it. Many thanks!
  274.  John McDonough (GASMAN2)
  275.  
  276.  ------------------------------
  277.  
  278.  From: MOUSEKETEER (9778)
  279.  Subject: RE: MAC SOFTWARE (Re: Msg 9770)
  280.  Date: 3-JUL-23:20: SIG Business
  281.  
  282.  I know nothing about the company or the software, but you might call:
  283.  
  284.  1-800-HCC-MACS
  285.  That's HealthCare Communications, 245 So. 84th St., Suite 301, Lincoln, NE
  286.  68510.  They advertise The MacHealth Series, including DentalMac, MediMac,
  287.  OpticMac, and ChiroMac (I think someone else is doing PsychoMac, but it comes
  288.  in a series of PsychoMac, PsychoMac II, and PsychoMac III, all with the same
  289.  basic user-interface... a really nasty looking butcher knife).  Anyway, they
  290.  claim the system handles patient billing, accounts receivable, insurance
  291.  processing and golf pointers (Docter, in 20 minutes you are removing Mrs.
  292.  Quackenbush's gall bladder... just enough time for us to work on that nasty
  293.  slice.....).
  294.  
  295.  Hope that helps. (Ooops, just found two more... TessSystem One, Tess Data
  296.  Systems, Inc.  17070 Red Oak Dr., Suite 403B; Houston, TX  77090, 713-440-
  297.  6943 & OR-D Medical Management System, OR-D Systems, Div. or DVI-OR USA INC.
  298.  (quid in dias?), One Martin Avenute, Cherry Hill, NJ 08002, 609-665-2255. Wow,
  299.  that last one comes in at $3,500!  Cheez, that's almost 2 days in a
  300. -hospital!!)
  301.  
  302.  Alf
  303.  
  304.  P.S.  I've been having this naggin pain over here on my left hand side for
  305.  the...
  306.  
  307.  ------------------------------
  308.  
  309.  From: RICKLEPAGE (9789)
  310.  Subject: RE: MAC SOFTWARE (Re: Msg 9778)
  311.  Date: 4-JUL-15:25: SIG Business
  312.  
  313.  I have played around with demos of the DentiMac and OptiMac packages, and was
  314.  fairly impressed with what I saw.  The demos were pretty slow, but they were
  315.  using Finder 1.1g.  The guys at HealthCare seem to be pretty slick -- the
  316.  interface is nice, but we would really need someone who is in the business to
  317.  tell us what they didn't put in that should be there.
  318.  
  319.  Rick LEPage "MacInTouch"
  320.  
  321.  ------------------------------
  322.  
  323.  From: ASMCOR (9774)
  324.  Subject: RE: phonelink by borland -- any good?
  325.  Date: 3-JUL-20:21: Network Digests
  326.  
  327.  Yes, I have one. It has a tiny speaker of it's own, very quiet. It works just
  328.  fine but it looks a little weird hanging off the side of the phone. After a
  329.  while I found it was more trouble than it was worth to use the Mac to dial the
  330.  phone anyway, and I haven't been using it. If I was using it at the office,
  331. -and
  332.  if made more phone calls, it might be handy.
  333.  
  334.  --Jan
  335.  
  336.  ------------------------------
  337.  
  338.  From: MOUSEKETEER (9779)
  339.  Subject: RE: Phonelink
  340.  Date: 3-JUL-23:28: Network Digests
  341.  
  342.  reply to: naftoli@aecom.UUCP (Robert N. Berlinger) Subject: Phonelink
  343.  
  344.  I tried the PhoneLink (and the rest of the Borland DA package) and found it
  345.  rather useless.  I should state that I tried it for only one day, but with the
  346.  way I work (disorganized anyway), it was more of a problem than it solved.
  347.  
  348.  I should also note that Borland has changed their "30 day money-back
  349.  guarantee" since they have told me 3 times now that is the case.
  350.  After the one day, I bundled it all back together with a copy of the
  351.  receipt, cover letter, etc. and sent it all in for refund per their
  352.  many ads.  Four weeks later I got a letter saying that they have
  353.  changed their return policy to read something like "if it doesn't work
  354.  the way we say it works, you can return for your money back".
  355.  
  356.  Anyway, they said they need another copy of my receipt, dand would get my
  357. -refund
  358.  right out.  I sent the second copy 3 weeks ago.  Today I got a letter saying
  359. -my
  360.  refund should be here in 4-6 weeks.  Such service!
  361.  
  362.  Alf
  363.  
  364.  ------------------------------
  365.  
  366.  From: RMORRIS (9785)
  367.  Subject: Astrology software
  368.  Date: 4-JUL-04:53: Games and Entertainment
  369.  
  370.  My wife is really into astrology - I'm really into my Macintosh. When
  371.  I was running my Radio Shack Color Computer there were several good
  372.  astrology charting programs available. Has anyone seen the same thing
  373.  for a Mac?
  374.  
  375.  ------------------------------
  376.  
  377.  From: DEDHED (9817)
  378.  Subject: RE: Astrology software (Re: Msg 9785)
  379.  Date: 5-JUL-14:25: Games and Entertainment
  380.  
  381.  For astrology programs you might try:
  382.  
  383.  Matrix Software 315 Marion St. Big Rapids, MI 49307
  384.  
  385.  Mike
  386.  
  387.  ------------------------------
  388.  
  389.  From: JIMH (255)
  390.  Subject: RE: waystation patch (Re: Msg 254)
  391.  Date:  3-JUL-23:27: Programming Techniques
  392.  
  393.  Steve (or anyone who knows), what is the word SDENABLE in the globals.  inside
  394.  mac does not mention it, not can i find it in the equ files for MDS. I did
  395. -find
  396.  it in the globals list supplied with the software suppliment, they call it an
  397.  old world fin der?  Several of the init resources use it, for instance #3 uses
  398.  it to decide whether to run the minifinder or not (one of several checks).
  399. -Any
  400.  ideas would be appreciated.  thanks jim
  401.  
  402.  ------------------------------
  403.  
  404.  From: BMUG (9810)
  405.  Subject: Re: Your comment "whatever happened to MicroSoft Typographer"?
  406.  Date: 5-JUL-12:21: Network Digests
  407.  
  408.  To: sakw@cvaxa.sussex.ac.uk (Sak Wathanasin)
  409.  Subject: What is Multi-write?
  410.  
  411.  Re: Your comment "whatever happened to MicroSoft Typographer"?
  412.  
  413.  Answer: They decided not to release it.
  414.  Too bad, since it looked like a nice, middle-of-the-road product.
  415.  
  416.  -- Raines Cohen
  417.  SYSOP, BMUG BBS
  418.  
  419.  ------------------------------
  420.  
  421.  From: BMUG (9812)
  422.  Subject: RE: need help for using Mac in analog data sampling
  423.  Date: 5-JUL-12:37: Network Digests
  424.  
  425.  To: Werner Uhrig  <CMP.WERNER@R20.UTEXAS.EDU>
  426.  Subject: need help for using Mac in analog data sampling
  427.  
  428.  Check out FARALLON COMPUTING, in Berkeley, CA, at (415) 849-2331.  They're
  429.  handling production, etc. on BMUG's MacRecorder II, which sounds like is not
  430.  powerful / versatile enough for your application, but they might have the
  431.  expertise to refer you to whoever could help.
  432.  
  433.  -- Raines Cohen
  434.  SYSOP, BMUG BBS
  435.  
  436.  ------------------------------
  437.  
  438.  From: BMUG (9815)
  439.  Subject: RE: apple talk/Phone Net. (Re: Msg 9809)
  440.  Date: 5-JUL-13:10: Hardware & Peripherals
  441.  
  442.  Stosh -
  443.  
  444.  PhoneNET(tm) is a product of FARALLON COMPUTING, located in Berkeley,
  445.  CA.  It was designed by Reese Jones, President of BMUG, but he started
  446.  another company to deal with production, manufacturing, etc. since
  447.  BMUG is an "educational, non- profit corporation" and it didn't seem
  448.  to fit our goals to deal with such a high-volume selling item.
  449.  
  450.  PhoneNET is an AppleTalk-compatible Local Area Network (LAN) that can run over
  451.  ordinary phone cables, much cheaper than AppleTalk's expensive cabling. Note
  452.  that it is NOT intended to run over telephone LINES, but CAN run on the EXTRA
  453.  TWO UNUSED wires present in any phone installation wired according to the AT&T
  454.  guidelines.  This means that your house/office may ALREADY BE WIRED for
  455.  PhoneNET! (Isn't that exciting?  I bet you didn't know that you were
  456. -installing
  457.  a Local Area Network 50 years ago!)
  458.  
  459.  The circuit design is similar to AppleTalk's... the adaptor boxes include a
  460.  transformer, some misc. parts, and a surge protector (to protect against
  461. -static
  462.  and mis-wired phone lines, so your Mac won't fry when that 50 volts AC of a
  463.  "ring" hits it).  Since it uses standard RJ-11 connectors, you get POSITIVE
  464.  LOCKING, and don't have the common AppleTalk problem of connectors falling
  465. -out.
  466.  
  467.  The adaptor boxes are available in DIN-8 & DB-9 versions; the DB-9 version can
  468.  screw into the mac for even better locking.
  469.  
  470.  PhoneNET uses a FLOATING GROUND circuit, so it only uses 2 wires and works a
  471.  little more reliably than AppleTalk, and so can go up to about 3 times the max
  472.  length of AT.
  473.  
  474.  For more info on it, you can reach Farallon at (415) 849-2331.  BMUG
  475.  still sells the kits for "educational value" (and for those cheap
  476.  tinkerers out there).  I'll pass on any messages you want to ask of
  477.  Farallon.
  478.  
  479.  -- Raines Cohen
  480.  BMUG Operations Manager <switching hats>
  481.  
  482.  ------------------------------
  483.  
  484.  From: PEABO (9828)
  485.  Subject: RE: Window Zooming and Red Ryder for 128k Macs
  486.  Date: 5-JUL-20:37: Network Digests
  487.  
  488.  >From: kk@amdcad.UUCP (Krishnakumar K.)
  489.  >Subject: Window Zooming
  490.  >Date: 2 Jul 86 00:09:40 GMT
  491.  >Organization: AMD, Sunnyvale, California
  492.  
  493.  >        Is anybody familiar with exactly how window zooming is done (Like in
  494.  >the Finder (opening disks & folders, etc), and in such programs as REdit
  495.  >& Dialog Creator)?
  496.  
  497.  There is a sample program in the Software Supplement called ZoomRect.  You
  498.  could use that as a starting point, but it is worth experimenting with the
  499.  dynamics of the zoom (which have changed from one version of Finder to
  500. -another,
  501.  it seems).
  502.  
  503.  >From: solderit@burdvax.UUCP (James Solderitsch)
  504.  >Subject: Red Ryder for 128k Macs
  505.  >Date: 1 Jul 86 14:28:28 GMT
  506.  >Organization: System Development Corp., Paoli, PA
  507.  
  508.  >Just discovered that Red Ryder 9.2 doesn't work on 128k Macs --
  509.  >P.S> where does one get PACKit II?
  510.  
  511.  Version 7.0 works on 128K Macs (but not very well on MacPlus!).  PackIt II is
  512.  shareware, available on most national networks.
  513.  
  514.  peter
  515.  
  516.  ------------------------------
  517.  
  518.  From: RAMARREN (9844)
  519.  Subject: Microsoft FORTRAN workaround for Mac 512
  520.  Date: 6-JUL-03:36: Programming
  521.  
  522.  for all those interested in using the absoft/microsoft compiler until they get
  523.  around to updating it for the HFS systems.
  524.  
  525.  Using the Microsoft FORTRAN compiler on a Macintosh 512E:
  526.  (E is for enhanced, with 128K ROMs and two 800K drives)
  527.  
  528.  This is the actual trick that allows you to run this system:
  529.  
  530.  %  Boot up the Mac on an OLD, single sided diskette
  531.  (version 4.1 Finder, version 2.0 System)
  532.  
  533.  %  Initialize two blank diskettes. (Either fresh new ones out
  534.  of the box or insert two used ones and use the
  535.  "Erase Disk" command from the Finder's Special menu)
  536.  
  537.  You will now have two blank 800K MFS (old, non-hierarchical file system)
  538.  disks.  The reason this works is that the Disk Initialization Package
  539.  is a Pack resource in the System file, and the drive commands are
  540.  consistent enough, it seems, to just format the disk according to
  541.  the MFS scheme.  The minimum allocation block on disk is now 4K
  542.  instead of 1K and you are still limited to MFS' ~128 files per volume
  543.  limit as that is limited by directory structure.
  544.  
  545.  %  Name one disk 'F1' and the other 'F2'.  F1 will be your bootup
  546.  diskette and F2 will have your sources, includes and library files.
  547.  
  548.  %  Copy the (v2.0) System file onto F1, and copy a Finder version
  549.  5.1 or higher (from your Plus Upgrade system diskette) onto F1.
  550.  
  551.  %  Eject all disks and reboot the Macintosh with F1.
  552.  
  553.  Now you need to install your development environment onto the disks. I have a
  554.  standardized development system setup that I like for double floppy drive
  555.  environments, which includes a set of programming tools and Desk Accessories
  556.  that work nicely together. This is that setup for FORTRAN:
  557.  
  558.  System Disk :: 'F1'
  559.  
  560.  FORTRAN (renamed 'Microsoft FORTRAN')
  561.  Edit    (now using v2.0)
  562.  RMaker  (version 2.0 or higher)
  563.  link
  564.  lib
  565.  debug
  566.  *startup app WayStation v2.3 (public domain minifinder, DA support)
  567.  
  568.  
  569.          System Folder:
  570.  Finder 5.1
  571.  System 2.0
  572.  DA's: Grep-Wc,MockPrinter,FileInfo,DiskInfo
  573.  Fonts: Monaco 9,12, Geneva 12, Chicago 12
  574.  FKeys: Sleep,Date-Time
  575.  ImageWriter (latest version of driver, optional)
  576.  Macsbug 2.0 or above (for new ROMs, optional)
  577.  Clipboard File
  578.  Tools Folder:
  579.  Font/DA Mover v3.1
  580.  ResEdit v1.0D7
  581.  
  582.  f77 overlays Folder  (as supplied with FORTRAN package)
  583.  
  584.  Source/Data Disk:: 'F2'
  585.  Subroutines Folder   (as supplied with FORTRAN package)
  586.  Include Files Folder (as supplied with FORTRAN package)
  587.  Source Files Folder  (as supplied with FORTRAN package)
  588.  * much of the latter three could be deleted for more filespace *
  589.  
  590.  This setup leaves you with about 38K on the startup disk and about 400K on the
  591.  source/data disk free, so there is plenty of room for work.  Using ResEdit,
  592.  I have edited the Transfer Menus in Edit, RMaker, and FORTRANto include the
  593.  relevant "<volumeName>:<fileName>" strings (replacing'Exec' with FORTRAN)
  594.  so that program to program switching will happen correctly and bypass the
  595.  
  596.  Finder.  If you use the Edit v2.0, some temp files will appear on your system
  597.  diskette as you transferinto and out of RMaker, FORTRAN, and Edit; I stuff
  598. -them
  599.  into the System Folder and forget about them.
  600.  
  601.  Notes:
  602.  Always run with the system disk in the internal drive and
  603.  the source/data disk in the external.  FORTRAN will
  604.  only search the internal drive for external subroutines and
  605.  includes if they are not found on the default drive.
  606.  
  607.  Remember that if you desire to move an application you created
  608.  to another disk, you must either have the 'f77.rl' file
  609.  on that disk or static link them using the linker.  Also
  610.  be reminded that static linked applications are not
  611.  commercially distributable for profit without licensing
  612.  authorization from Microsoft for their run-time library.
  613.  
  614.  
  615.  When you use link or lib in this setup, remember to always use the
  616.  <volumeName>:<fileName> convention to specify files.
  617.  
  618.  Obviously, this will only work for a Macintosh 512E or Plus and
  619.  two 800K floppy drives.  The Apple HD20 drive CANNOT be
  620.  configured in this fashion.  Don't even try it!...
  621.  
  622.  After a moment of testing, I find it also works for a Mac 512E/Plus and
  623.  a 400K external drive.  Make the same system disk with the 800K
  624.  drive as the formatting drive, and then make a source/data disk
  625.  with the 400K only.  Obviously, you want to avoid putting quite
  626.  so much stuff on the source/data disk to preserve some working
  627.  room for compilation and output files.
  628.  
  629.  The other important disclaimer is that this whole setup is a kluge
  630.  which I have devised to get me through til Microsoft gets
  631.  the FORTRAN upgrade for HFS going.  I take no responsibility
  632.  if it crashes or you lose source/data files.  I recommend
  633.  frequent backups and a paranoid attitude at all times.
  634.  
  635.  Using the Microsoft FORTRAN Compiler with the Apple HD20
  636.  
  637.  I became curious when, during debugging the above, I tried the Macintosh Plus
  638.  and a 400K external drive and wondered if it was possible to run the compiler
  639.  on the Plus with the HD20.  Remember, the HD20 requires the HFS system and
  640.  FORTRAN will not find its 'f77 overlays' under HFS.
  641.  
  642.  This setup requires the use of a Public Domain RamDisk named Ramstart.
  643.  If you do not have a copy of it, it is on most BBS, and anyone who has
  644.  the Consulair Mac C compiler will have a copy of it (it is distributed
  645.  as part of that development system).  The trick here is buried a
  646.  little deeply into the FORTRAN documentation, but is accessible to
  647.  those who really read all their manuals.
  648.  
  649.  In the documentation it is stated that the compiler will search first
  650.  the default drive and then the internal drive for any other files.
  651.  Also, the compiler works fine in an MFS environment.  Well, Ramstart
  652.  creates an adjustable, MFS ramdisk; I wondered if the compiler would
  653.  consider the ramdisk as the appropriate default drive if you ran the
  654.  compiler from there with all the source and overlay files on the
  655.  ramdisk.
  656.  
  657.  It works!  This is the configuration that I have worked out:
  658.  
  659.  FORTRAN Home Folder ::
  660.  
  661.  Ramstart Folder:
  662.  Ramstart  (configured for an 800K ramdisk)
  663.  FORTRAN
  664.  Edit  (v2.0 or better)
  665.  lib
  666.  debug
  667.  link
  668.  Copy to Ramdisk Folder:
  669.  Subroutines Folder   (as supplied with FORTRAN package)
  670.  Include Files Folder (as supplied with FORTRAN package)
  671.  Source Files Folder  (as supplied with FORTRAN package)
  672.  f77 overlays Folder  (as supplied with FORTRAN package)
  673.  
  674.  SetUp procedure:
  675.  %       Run Ramstart.  It will create the appropriate ramdisk and
  676.  copy the five applications in that folder to the ramdisk automatically.
  677.  
  678.  %       From the Finder,  manually copy the 'Copy to Ramdisk' folder to
  679.  the ramdisk.  (Should be about 60 files to copy.)
  680.  
  681.  Ramstart will automatically copy anything to the ramdisk that is in
  682.  the Ramstart Folder.  I had problems when I tried to keep all the
  683.  files in there (it has some problems with HFS also, it seems...) so I
  684.  found good success in letting it copy the main applications
  685.  automatically and copying the rest by hand.
  686.  
  687.  You now have a large ramdisk with about 140K of free space on it.
  688.  Copy whatever source files you want to it and compile away happily.
  689.  Again, paranoia is a wonderful trait to have when using a ramdisk:
  690.  backup your modifications to sources to the HD20 very frequently as if
  691.  you crash in the middle of a program and need to reboot, you will lose
  692.  it all...
  693.  
  694.  Notes:
  695.  I don't personally own a Mac Plus and HD20 so I have a few questions
  696.  about how large a program it will compile running with an 800K
  697.  ramdisk.  I don't really have the time to borrow a machine and
  698.  test it out either.
  699.  
  700.  It may be that if you place a 400K MFS disk in the internal drive with
  701.  the .inc, .sub, and overlay files, it will find them properly.  This
  702.  would allow a much smaller ramdisk (if that is causing problems).
  703.  Again, I lack for real experience in this regard.
  704.  
  705.  I ran into errors when I modified the Edit transfer menu to launch the
  706.  compiler.  I don't quite understand why, but if you use the "Other..."
  707.  option when direct launching, it has no problems.  I leave that one
  708.  open for the curious to figure out.
  709.  Good luck and happy FORTRANning!
  710.  
  711.  6 June 86 Godfrey DiGiorgi
  712.  
  713.  that was date of the original article i distributed
  714.  to local users.  RAMStart is now up graded, system seems to work just fine. No
  715.  complaints from any of my local users.
  716.  
  717.  July 6, 1986 gdg
  718.  
  719.  ------------------------------
  720.  
  721.  End of Delphi Mac Digest
  722.  ************************
  723.  
  724.  -------
  725.  
  726.  Next, history, delete, reply, help, etc.?
  727. @